home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vcdimager / source / frontends / xml / Makefile
Encoding:
Makefile  |  2001-07-01  |  13.2 KB  |  428 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ../..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. AWK = gawk
  64. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  66. CXX = 
  67. DLLTOOL = @DLLTOOL@
  68. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  69. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  70. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  71. LN_S = ln -s
  72. MAINT = #
  73. MAKEINFO = makeinfo
  74. OBJDUMP = @OBJDUMP@
  75. PACKAGE = vcdimager
  76. PACKAGE_PIXMAPS_DIR = 
  77. RANLIB = ppc-amigaos-ranlib
  78. VERSION = 0.7.7
  79. XML2_CONFIG = no
  80. XML_CFLAGS = 
  81. XML_CONFIG = @XML_CONFIG@
  82. XML_LIBS = 
  83.  
  84. POPT_SUBDIR = popt
  85. POPT_INCLUDES = -I$(srcdir)/../cli/popt/
  86. POPT_LIBS = ../cli/popt/libpopt.a
  87. #POPT_LIBS = -lpopt
  88.  
  89. bin_PROGRAMS = vcdxbuild vcdxgen vcdxrip
  90.  
  91. INCLUDES = -I$(top_srcdir) $(POPT_INCLUDES) $(LIBVCD_CFLAGS) $(XML_CFLAGS)
  92.  
  93. VCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  94.  
  95. EXTRA_DIST = videocd.dtd
  96. BUILT_SOURCES = videocd_dtd.inc
  97. MOSTLYCLEANFILES = videocd_dtd.inc
  98.  
  99. vcdxbuild_LDADD = $(XML_LIBS) $(VCD_LIBS) $(POPT_LIBS)
  100. vcdxbuild_SOURCES =      vcdxml.h     vcd_xml_build.c     vcd_xml_parse.h     vcd_xml_parse.c     vcd_xml_master.c     vcd_xml_master.h     vcd_xml_dtd.c     vcd_xml_dtd.h
  101.  
  102.  
  103. vcdxrip_LDADD = $(XML_LIBS) $(VCD_LIBS) $(POPT_LIBS)
  104. vcdxrip_SOURCES =      vcd_xml_rip.c     vcd_xml_dump.h     vcd_xml_dump.c     vcd_xml_dtd.h 
  105.  
  106.  
  107. vcdxgen_LDADD = $(XML_LIBS) $(POPT_LIBS) $(VCD_LIBS)
  108. vcdxgen_SOURCES =      vcd_xml_gen.c     vcd_xml_dump.h     vcd_xml_dump.c     vcd_xml_dtd.h 
  109.  
  110. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  111. CONFIG_HEADER = ../../config.h
  112. CONFIG_CLEAN_FILES = 
  113. PROGRAMS =  $(bin_PROGRAMS)
  114.  
  115.  
  116. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../..
  117. CPPFLAGS = 
  118. LDFLAGS = 
  119. LIBS =  -lm
  120. vcdxbuild_OBJECTS =  vcd_xml_build.o vcd_xml_parse.o vcd_xml_master.o \
  121. vcd_xml_dtd.o
  122. vcdxbuild_DEPENDENCIES =  \
  123. $(top_builddir)/libvcd/libvcd.a \
  124. ../cli/popt/libpopt.a
  125. #vcdxbuild_DEPENDENCIES =  \
  126. #$(top_builddir)/libvcd/libvcd.a
  127. vcdxbuild_LDFLAGS = 
  128. vcdxgen_OBJECTS =  vcd_xml_gen.o vcd_xml_dump.o
  129. vcdxgen_DEPENDENCIES =  ../cli/popt/libpopt.a \
  130. $(top_builddir)/libvcd/libvcd.a
  131. #vcdxgen_DEPENDENCIES =  \
  132. #$(top_builddir)/libvcd/libvcd.a
  133. vcdxgen_LDFLAGS = 
  134. vcdxrip_OBJECTS =  vcd_xml_rip.o vcd_xml_dump.o
  135. vcdxrip_DEPENDENCIES =  \
  136. $(top_builddir)/libvcd/libvcd.a \
  137. ../cli/popt/libpopt.a
  138. #vcdxrip_DEPENDENCIES =  \
  139. #$(top_builddir)/libvcd/libvcd.a
  140. vcdxrip_LDFLAGS = 
  141. CFLAGS = -g -O2 -Wall -Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings
  142. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  143. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  144. CCLD = $(CC)
  145. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  146. DIST_COMMON =  Makefile.am Makefile.in
  147.  
  148.  
  149. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  150.  
  151. TAR = gtar
  152. GZIP_ENV = --best
  153. SOURCES = $(vcdxbuild_SOURCES) $(vcdxgen_SOURCES) $(vcdxrip_SOURCES)
  154. OBJECTS = $(vcdxbuild_OBJECTS) $(vcdxgen_OBJECTS) $(vcdxrip_OBJECTS)
  155.  
  156. all: all-redirect
  157. .SUFFIXES:
  158. .SUFFIXES: .S .c .lo .o .s
  159. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  160.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/xml/Makefile
  161.  
  162. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  163.     cd $(top_builddir) \
  164.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  165.  
  166.  
  167. mostlyclean-binPROGRAMS:
  168.  
  169. clean-binPROGRAMS:
  170.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  171.  
  172. distclean-binPROGRAMS:
  173.  
  174. maintainer-clean-binPROGRAMS:
  175.  
  176. install-binPROGRAMS: $(bin_PROGRAMS)
  177.     @$(NORMAL_INSTALL)
  178.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  179.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  180.       if test -f $$p; then \
  181.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
  182.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  183.       else :; fi; \
  184.     done
  185.  
  186. uninstall-binPROGRAMS:
  187.     @$(NORMAL_UNINSTALL)
  188.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  189.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  190.     done
  191.  
  192. .c.o:
  193.     $(COMPILE) -c $<
  194.  
  195. .s.o:
  196.     $(COMPILE) -c $<
  197.  
  198. .S.o:
  199.     $(COMPILE) -c $<
  200.  
  201. mostlyclean-compile:
  202.     -rm -f *.o core *.core
  203.  
  204. clean-compile:
  205.  
  206. distclean-compile:
  207.     -rm -f *.tab.c
  208.  
  209. maintainer-clean-compile:
  210.  
  211. .c.lo:
  212.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  213.  
  214. .s.lo:
  215.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  216.  
  217. .S.lo:
  218.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  219.  
  220. mostlyclean-libtool:
  221.     -rm -f *.lo
  222.  
  223. clean-libtool:
  224.     -rm -rf .libs _libs
  225.  
  226. distclean-libtool:
  227.  
  228. maintainer-clean-libtool:
  229.  
  230. vcdxbuild: $(vcdxbuild_OBJECTS) $(vcdxbuild_DEPENDENCIES)
  231.     @rm -f vcdxbuild
  232.     $(LINK) $(vcdxbuild_LDFLAGS) $(vcdxbuild_OBJECTS) $(vcdxbuild_LDADD) $(LIBS)
  233.  
  234. vcdxgen: $(vcdxgen_OBJECTS) $(vcdxgen_DEPENDENCIES)
  235.     @rm -f vcdxgen
  236.     $(LINK) $(vcdxgen_LDFLAGS) $(vcdxgen_OBJECTS) $(vcdxgen_LDADD) $(LIBS)
  237.  
  238. vcdxrip: $(vcdxrip_OBJECTS) $(vcdxrip_DEPENDENCIES)
  239.     @rm -f vcdxrip
  240.     $(LINK) $(vcdxrip_LDFLAGS) $(vcdxrip_OBJECTS) $(vcdxrip_LDADD) $(LIBS)
  241.  
  242. tags: TAGS
  243.  
  244. ID: $(HEADERS) $(SOURCES) $(LISP)
  245.     list='$(SOURCES) $(HEADERS)'; \
  246.     unique=`for i in $$list; do echo $$i; done | \
  247.       awk '    { files[$$0] = 1; } \
  248.            END { for (i in files) print i; }'`; \
  249.     here=`pwd` && cd $(srcdir) \
  250.       && mkid -f$$here/ID $$unique $(LISP)
  251.  
  252. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  253.     tags=; \
  254.     here=`pwd`; \
  255.     list='$(SOURCES) $(HEADERS)'; \
  256.     unique=`for i in $$list; do echo $$i; done | \
  257.       awk '    { files[$$0] = 1; } \
  258.            END { for (i in files) print i; }'`; \
  259.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  260.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  261.  
  262. mostlyclean-tags:
  263.  
  264. clean-tags:
  265.  
  266. distclean-tags:
  267.     -rm -f TAGS ID
  268.  
  269. maintainer-clean-tags:
  270.  
  271. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  272.  
  273. subdir = frontends/xml
  274.  
  275. distdir: $(DISTFILES)
  276.     @for file in $(DISTFILES); do \
  277.       d=$(srcdir); \
  278.       if test -d $$d/$$file; then \
  279.         cp -pr $$d/$$file $(distdir)/$$file; \
  280.       else \
  281.         test -f $(distdir)/$$file \
  282.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  283.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  284.       fi; \
  285.     done
  286. vcd_xml_build.o: vcd_xml_build.c ../../config.h ../../libvcd/vcd_types.h \
  287.     ../../libvcd/vcd_logging.h vcdxml.h ../../libvcd/vcd_assert.h \
  288.     ../../libvcd/vcd_data_structures.h ../../libvcd/vcd_pbc.h \
  289.     ../../libvcd/vcd.h ../../libvcd/vcd_image.h \
  290.     ../../libvcd/vcd_stream.h ../../libvcd/vcd_mpeg_stream.h \
  291.     ../../libvcd/vcd_util.h vcd_xml_parse.h vcd_xml_master.h \
  292.     vcd_xml_dtd.h
  293. vcd_xml_dtd.o: vcd_xml_dtd.c ../../config.h ../../libvcd/vcd_assert.h \
  294.     ../../libvcd/vcd_logging.h ../../libvcd/vcd_types.h \
  295.     vcd_xml_dtd.h videocd_dtd.inc
  296. vcd_xml_dump.o: vcd_xml_dump.c ../../config.h vcd_xml_dump.h vcdxml.h \
  297.     ../../libvcd/vcd_assert.h ../../libvcd/vcd_logging.h \
  298.     ../../libvcd/vcd_types.h ../../libvcd/vcd_data_structures.h \
  299.     ../../libvcd/vcd_pbc.h ../../libvcd/vcd.h \
  300.     ../../libvcd/vcd_image.h ../../libvcd/vcd_stream.h \
  301.     ../../libvcd/vcd_mpeg_stream.h ../../libvcd/vcd_util.h \
  302.     vcd_xml_dtd.h
  303. vcd_xml_gen.o: vcd_xml_gen.c ../../config.h ../../libvcd/vcd.h \
  304.     ../../libvcd/vcd_image.h ../../libvcd/vcd_types.h \
  305.     ../../libvcd/vcd_data_structures.h ../../libvcd/vcd_stream.h \
  306.     ../../libvcd/vcd_mpeg_stream.h ../../libvcd/vcd_cd_sector.h \
  307.     ../../libvcd/vcd_util.h ../../libvcd/vcd_pbc.h vcd_xml_dtd.h \
  308.     vcd_xml_dump.h vcdxml.h ../../libvcd/vcd_assert.h \
  309.     ../../libvcd/vcd_logging.h
  310. vcd_xml_master.o: vcd_xml_master.c ../../config.h vcd_xml_master.h \
  311.     vcdxml.h ../../libvcd/vcd_assert.h ../../libvcd/vcd_logging.h \
  312.     ../../libvcd/vcd_types.h ../../libvcd/vcd_data_structures.h \
  313.     ../../libvcd/vcd_pbc.h ../../libvcd/vcd.h \
  314.     ../../libvcd/vcd_image.h ../../libvcd/vcd_stream.h \
  315.     ../../libvcd/vcd_mpeg_stream.h ../../libvcd/vcd_util.h \
  316.     ../../libvcd/vcd_stream_stdio.h ../../libvcd/vcd_image_bincue.h \
  317.     ../../libvcd/vcd_image_cdrdao.h ../../libvcd/vcd_bytesex.h
  318. vcd_xml_parse.o: vcd_xml_parse.c ../../config.h vcd_xml_parse.h \
  319.     ../../libvcd/vcd_types.h vcdxml.h ../../libvcd/vcd_assert.h \
  320.     ../../libvcd/vcd_logging.h ../../libvcd/vcd_data_structures.h \
  321.     ../../libvcd/vcd_pbc.h ../../libvcd/vcd.h \
  322.     ../../libvcd/vcd_image.h ../../libvcd/vcd_stream.h \
  323.     ../../libvcd/vcd_mpeg_stream.h ../../libvcd/vcd_util.h
  324. vcd_xml_rip.o: vcd_xml_rip.c ../../config.h ../../libvcd/vcd_bytesex.h \
  325.     ../../libvcd/vcd_types.h ../../libvcd/vcd_cd_sector.h \
  326.     ../../libvcd/vcd_files.h ../../libvcd/vcd.h \
  327.     ../../libvcd/vcd_image.h ../../libvcd/vcd_data_structures.h \
  328.     ../../libvcd/vcd_stream.h ../../libvcd/vcd_mpeg_stream.h \
  329.     ../../libvcd/vcd_files_private.h ../../libvcd/vcd_pbc.h \
  330.     ../../libvcd/vcd_util.h ../../libvcd/vcd_image_fs.h \
  331.     ../../libvcd/vcd_xa.h ../../libvcd/vcd_assert.h \
  332.     ../../libvcd/vcd_logging.h ../../libvcd/vcd_image_bincue.h \
  333.     ../../libvcd/vcd_image_linuxcd.h ../../libvcd/vcd_image_nrg.h \
  334.     ../../libvcd/vcd_iso9660.h ../../libvcd/vcd_iso9660_private.h \
  335.     ../../libvcd/vcd_mpeg.h ../../libvcd/vcd_stream_stdio.h \
  336.     vcdxml.h vcd_xml_dtd.h vcd_xml_dump.h
  337.  
  338. info-am:
  339. info: info-am
  340. dvi-am:
  341. dvi: dvi-am
  342. check-am: all-am
  343. check: check-am
  344. installcheck-am:
  345. installcheck: installcheck-am
  346. install-exec-am: install-binPROGRAMS
  347. install-exec: install-exec-am
  348.  
  349. install-data-am:
  350. install-data: install-data-am
  351.  
  352. install-am: all-am
  353.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  354. install: install-am
  355. uninstall-am: uninstall-binPROGRAMS
  356. uninstall: uninstall-am
  357. all-am: Makefile $(PROGRAMS)
  358. all-redirect: all-am
  359. install-strip:
  360.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  361. installdirs:
  362.     $(mkinstalldirs)  $(DESTDIR)$(bindir)
  363.  
  364.  
  365. mostlyclean-generic:
  366.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  367.  
  368. clean-generic:
  369.  
  370. distclean-generic:
  371.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  372.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  373.  
  374. maintainer-clean-generic:
  375.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  376. mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
  377.         mostlyclean-libtool mostlyclean-tags \
  378.         mostlyclean-generic
  379.  
  380. mostlyclean: mostlyclean-am
  381.  
  382. clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
  383.         clean-generic mostlyclean-am clean-local
  384.  
  385. clean: clean-am
  386.  
  387. distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
  388.         distclean-tags distclean-generic clean-am
  389.     -rm -f libtool
  390.  
  391. distclean: distclean-am
  392.  
  393. maintainer-clean-am:  maintainer-clean-binPROGRAMS \
  394.         maintainer-clean-compile maintainer-clean-libtool \
  395.         maintainer-clean-tags maintainer-clean-generic \
  396.         distclean-am
  397.     @echo "This command is intended for maintainers to use;"
  398.     @echo "it deletes files that may require special tools to rebuild."
  399.  
  400. maintainer-clean: maintainer-clean-am
  401.  
  402. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  403. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  404. mostlyclean-compile distclean-compile clean-compile \
  405. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  406. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  407. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  408. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  409. install-exec install-data-am install-data install-am install \
  410. uninstall-am uninstall all-redirect all-am all installdirs \
  411. mostlyclean-generic distclean-generic clean-generic \
  412. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  413.  
  414.  
  415. Makefile: $(BUILT_SOURCES)
  416.  
  417. #vcd_xml_dtd.c: videocd_dtd.inc
  418.  
  419. videocd_dtd.inc: $(srcdir)/videocd.dtd
  420.     (sed 's/\"/\\"/g' | $(AWK) 'BEGIN { print "char videocd_dtd[] = \\" } { print " \"" $$0 "\\n\" \\" } END { print ";" }') < $< > $@
  421.  
  422. clean-local:
  423.     -rm -f *.ps
  424.  
  425. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  426. # Otherwise a system limit (for SysV at least) may be exceeded.
  427. .NOEXPORT:
  428.